To capture an image from the display and store it as a DIB in an ImagXpress® buffer:
-
-
Call the ImagXpress
Capture method, to save the screen area bounded by the control window as a DIB,
or
-
Call the ImagXpress
CaptureWindow method, to save the screen area within the specified window as a DIB.
- The image can now be modified or saved. To display the image, set ViewImageID property to the target image buffer (ProcessImageID).
See Also